﻿:root {
    --primary-dark: #002743;
    --primary-teal: #017D80;
    --white: #FFF;
    --border-gray: #92959A;
    --input-error-border: #B3261E;
    --focus-outline: #329EA2;
}

#publicBody_siteBody_pageBody_ctl00_signup_form > div {
    margin: 0 0 15px 0;
}
.content .core-label {
    color: var(--primary-dark);
    font-family: Roboto;
    font-weight: 500 !important;
    font-size: 14px !important;
    line-height: 100%;
    text-transform: none;
}

.content .core-text {
    padding: 17px;
    font-size: 13px;
    font-weight: normal;
    border: 1px solid var(--border-gray);
    border-radius: 8px !important;
    margin-top: 8px;
    width:100%;
}

    .content .core-text::placeholder {
        font-family: Roboto;
        font-weight: 400;
        font-size: 15px;
        line-height: 100%;
    }
    .content .core-text:focus {
        border-radius: 8px;
        background: var(--white);
    }
.content .core-button-submit {
    border-radius: 100px;
    padding: 16px 0.75em;
    width: 100%;
    font-family: Roboto;
    font-weight: 500;
    font-size: 18px;
    line-height: 100%;
    background-color: var(--primary-teal);
    box-shadow: 0 6px 6px 0 rgba(0, 0, 0, 0.14), 0 0 6px 0 rgba(0, 0, 0, 0.14);
    text-transform: none;
    border: none;
}
.top-margin-20 {
    margin-top: 20px;
}
.top-margin-12 {
    margin-top: 12px;
}
    .content .core-button-submit:hover {
        background-color: var(--primary-teal);
        cursor: pointer;
        border: none;
    }
#core_signin, #core_unauthorized, .core_signup, #core_signin_reset, .set-password, #error_container {
    width: 68%;
    padding: 0% 5% 5% 5% !important;
    float: none !important;
    border-radius: 26px;
    background: var(--white) !important;
    box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.10), 0 0 10px 0 rgba(0, 0, 0, 0.10);
}
    #core_signin_reset .core-button-container {
        text-align: center;
        clear: both;
        padding: 15px 0 0 0;
    }
#core_signup .core-button-container {
    text-align: center;
    clear: both;
    padding: 15px 0 0 0;
}
#core_signup .core-button-container .core-button-submit {
    background-color: var(--primary-teal);
}

    #core_signup .core-button-container .core-button-submit:hover {
        background-color: var(--primary-teal);
    }

    #core_signup .core-button-container .core-button-submit:focus {
        background-color: var(--primary-teal);
    }
#core_signin .core-button-container, #core_unauthorized .core-button-container, .core_signup .core-button-container {
    text-align: center;
    clear: both;
    padding: 15px 0 0 0;
}

#core_signin #core_button_forgotpassword, #core_unauthorized #core_button_forgotpassword {
    color: var(--primary-dark);
    text-decoration: underline;
}
.forgot-password-text {
    text-align: left !important;
    padding: 0 !important;
    font-family: Roboto;
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    text-decoration: underline;
    text-decoration-style: solid;
    margin-bottom: 0px !important;
}
.error-icon {
    width: 5rem;
    height: 5rem;
    margin: 20px auto auto auto;
}
.warning-icon {
    width: 3.78125rem;
    height: 3.26563rem;
    flex-shrink: 0;
    margin: auto;
    text-align:center;
}
.error-message {
    color: var(--primary-dark);
    text-align: center;
    font-family: Roboto;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 500;
    line-height: 2.25rem
}
.error-instructions {
    text-align: center;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.625rem; 
    padding:0 20px 0 20px;
}
.error-help {
    text-align: center;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin:auto;
}
.home-link {
    font-size: 1rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
    font-family: Roboto;
}
.text-center{
    text-align:center
}
.error-message-short {
    text-align: center;
    font-family: Roboto;
    font-size: 1.875rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.error-instructions-small {
    text-align: center;
    font-family: Roboto;
    font-size: 1.0625rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150.1%; 
}
.error-instructions-bold {
    font-family: Roboto;
    font-size: 1.0625rem;
    font-style: normal;
    font-weight: 500;
    line-height: 150.1%;
}
.signout {
    font-family: Roboto;
    font-size: 1.125rem !important;
    font-style: normal;
    font-weight: 500 !important;
    line-height: normal;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}
.tenant-name-label {
    font-size: 1.875rem !important;
}
.sso-connect-error {
    text-align: center;
    font-size: 1.125rem;
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    line-height: 1.625rem;
    padding: 0 20px 0 20px;
    color: var(--input-error-border);
}
body:has(.content) :focus {
    outline: var(--focus-outline) solid 2px !important;
    outline-offset: 1px !important;
}
body:has(.content) .wrap a:focus {
    border: none !important;
}

body:has(.content) nav#main ul li a:focus {
    border: none !important;
}

body:has(.content) .core-button-submit:focus, button:focus {
    border: none !important;
}
body:has(.content) nav.main ul li {
    padding-right: 3px;
    padding-bottom: 3px;
}
body:has(.content) nav#main, img#publicBody_imgLogoImage {
    margin-left: 0px !important;
}
@media only screen and (max-width: 480px) {
    /* Sign In */
    #core_signin, #core_unauthorized, .core_signup, #core_signin_reset, .set-password, #error_container {
        width: 85%;
        margin: 0 auto 20px auto;
        clear: both;
        float: none;
        border-radius: 20px;
    }
    .footer {
        flex-direction: column;
        text-align: center;
    }

    .copyright-footer,
    .terms-footer {
        width: 100%;
    }
}